home *** CD-ROM | disk | FTP | other *** search
- object JournalPrintForm: TJournalPrintForm
- Left = 284
- Top = 209
- HelpContext = 14
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Print Journal Entries'
- ClientHeight = 272
- ClientWidth = 329
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object CategoryLabel: TLabel
- Left = 36
- Top = 80
- Width = 50
- Height = 13
- Caption = 'Categories'
- Enabled = False
- end
- object DateLabel: TLabel
- Left = 204
- Top = 80
- Width = 28
- Height = 13
- Caption = 'Dates'
- Enabled = False
- end
- object PrintButton: TButton
- Left = 92
- Top = 244
- Width = 75
- Height = 25
- Caption = '&Print'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = PrintButtonClick
- end
- object CancelButton: TButton
- Left = 252
- Top = 244
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object HiddenPanel: TPanel
- Left = 6
- Top = 244
- Width = 75
- Height = 25
- Caption = 'HiddenPanel'
- TabOrder = 2
- Visible = False
- end
- object PrintSetupButton: TButton
- Left = 172
- Top = 244
- Width = 75
- Height = 25
- Caption = '&Setup'
- TabOrder = 3
- OnClick = PrintSetupButtonClick
- end
- object SelectionRadio: TRadioButton
- Left = 16
- Top = 12
- Width = 181
- Height = 17
- Caption = 'Selection'
- Enabled = False
- TabOrder = 4
- OnClick = ActiveEntryRadioClick
- end
- object ActiveEntryRadio: TRadioButton
- Left = 16
- Top = 28
- Width = 181
- Height = 17
- Caption = 'Active Entry'
- Checked = True
- TabOrder = 5
- TabStop = True
- OnClick = ActiveEntryRadioClick
- end
- object EntireDayRadio: TRadioButton
- Left = 16
- Top = 44
- Width = 181
- Height = 17
- Caption = 'Entire Day'
- TabOrder = 6
- OnClick = ActiveEntryRadioClick
- end
- object TheseRadio: TRadioButton
- Left = 16
- Top = 60
- Width = 181
- Height = 17
- Caption = 'These Dates and/or Categories'
- TabOrder = 7
- OnClick = ActiveEntryRadioClick
- end
- object AllCategoriesButton: TButton
- Left = 100
- Top = 80
- Width = 33
- Height = 15
- Caption = 'All'
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 8
- OnClick = AllCategoriesButtonClick
- end
- object AllDatesButton: TButton
- Left = 244
- Top = 80
- Width = 33
- Height = 15
- Caption = 'All'
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 9
- OnClick = AllDatesButtonClick
- end
- object CategoryList: TListBox
- Left = 36
- Top = 96
- Width = 165
- Height = 69
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- MultiSelect = True
- ParentFont = False
- TabOrder = 10
- end
- object DateList: TListBox
- Left = 204
- Top = 96
- Width = 105
- Height = 129
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- MultiSelect = True
- ParentFont = False
- TabOrder = 11
- end
- object SortByGroup: TRadioGroup
- Left = 36
- Top = 172
- Width = 161
- Height = 53
- Caption = 'Sort By'
- Enabled = False
- ItemIndex = 0
- Items.Strings = (
- 'Category'
- 'Date')
- TabOrder = 12
- end
- end
-